form相關元素-Browser Default Styles-更改


Posted by mijouhsieh on 2023-06-08

value attribute 依不同 input types而異

For "button", "reset", and "submit" - it defines the text on the button
For "text", "password", and "hidden" - it defines the initial (default) value of the input field
For "checkbox", "radio", "image" - it defines the value associated with the input (this is also the value that is sent on submit)
Note: The value attribute cannot be used with .

input types


{ Browser Default Styles }

input 和 textarea 會有border、背景為白色

input-border.png


點在輸入框時,框會有顏色

input-input.png

input:focus,textarea:focus {
    outline: none;
}

#form-elements #browser-default-style #input #textarea







Related Posts

[MTR04] W2 D14 練習四:請寫出一個叫做 star 的 function 並且接受一個參數 n,能回傳 n 個 *。

[MTR04] W2 D14 練習四:請寫出一個叫做 star 的 function 並且接受一個參數 n,能回傳 n 個 *。

開始紀錄

開始紀錄

Week4筆記_Signal Propagation

Week4筆記_Signal Propagation


Comments